home *** CD-ROM | disk | FTP | other *** search
- ; WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
- ;
- ; Precognition & MultiWindowWriter TOOLS compiled with DICE crash.
- ; are very unstable. I haven't had time to figure out why. -- EDB
- ;
- ; WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
- ;
- ; DiceMe --
- ; AmigaDOS script to rebuild All of precognition with DICE 3.0
- ;
- ; Approximately 1 hour and 40 minutes to compile on my A3000/16
- ; I suppose I could speed this up with precompiled headers and dicecache?
- ;
- ;
- ; $VER: DiceMe 1.1 (5.12.94)
- ;
- ;date >StartTime.DCC
- ;
- changetaskpri -1 ; let us do other things with higher priority while compiling
- ;
- ; First create the /dlib/precognition.lib linker library
- ;
- ;
- cd Library
- DMake >LOG.dice ;
- ;
- ; Then create the //Precognition and //MultiWindowWriter Tools
- ;
- ;COMMENT OUT BECAUSE TOO BUGGY TO USE -- EDB
- ;
- ; cd /Precognition
- ; DMake >LOG.dice ;
- ;
- ; Return to the src directory
- cd /
- ;
- changetaskpri 0 ; return back to normal priority
- ;
- ;date >EndTime.DCC
- ; Done!